home *** CD-ROM | disk | FTP | other *** search
/ Into That Dark Night / Into That Dark Night.iso / pc / YadVashem / floatMenu.dxr / Internal_3.ls < prev    next >
Encoding:
Text File  |  2001-06-12  |  395 b   |  13 lines

  1. on mouseUp
  2.   tell the stage
  3.     forget(window "floatMenu")
  4.     go(the frame + 1)
  5.     if not objectp("help") then
  6.       set the windowType of window "help" to 2
  7.       set the rect of window "help" to the drawRect of window "help" + rect(the stageLeft + 0, the stageTop + 0, the stageLeft + 0, the stageTop + 0)
  8.       open(window "help")
  9.       moveToFront(window "help")
  10.     end if
  11.   end tell
  12. end
  13.